Method LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>>)

Assembly: redb.Core.Pro.dll

BULK Props loading for multiple objects with caching and parallelism.
Uses BULK hash checking for efficient caching of entire objects.

public Task LoadPropsForManyAsync<TProps>(List<RedbObject<TProps>> objects) where TProps : class, new()